force the usage of the shared libzstd library.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Wed, 7 Feb 2024 11:12:42 +0000 (11:12 +0000)
committerRaspbian forward porter <root@raspbian.org>
Wed, 7 Feb 2024 11:12:42 +0000 (11:12 +0000)
commit228f442d0f2781118b2dfec1559040ab8233e364
treecfeb39be7f47d700245368c879148939858e96a5
parentad5b8e18e7bc96a6017f84bb97a4accfca9f9921
force the usage of the shared libzstd library.

Bug: https://bugreports.qt.io/browse/QTBUG-110978
Forwarded: not-needed

The library provides both versions, and the original code prefers the static
version over the shared, while on Debian it should always use the shared
version.

Gbp-Pq: Name force_shared_libzstd.patch
cmake/FindWrapZSTD.cmake